func github.com/klauspost/compress/zstd.highBit
7 uses
github.com/klauspost/compress/zstd (current package)
fse_encoder.go#L192: maxBitsOut := uint32(tableLog) - highBit(uint32(v-1))
fse_encoder.go#L431: minBitsSrc := highBit(uint32(length)) + 1
fse_encoder.go#L432: minBitsSymbols := highBit(uint32(s.symbolLen-1)) + 2
fse_encoder.go#L438: maxBitsSrc := uint8(highBit(uint32(length-1))) - 2
seqenc.go#L44: func highBit(val uint32) (n uint32) {
seqenc.go#L74: return uint8(highBit(litLength)) + llDeltaCode
seqenc.go#L106: return uint8(highBit(mlBase)) + mlDeltaCode
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |